Skip to content

fix(ci): trufflehog action injects --fail itself — drop the duplicate - #64

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/trufflehog-extra-args
Jul 2, 2026
Merged

fix(ci): trufflehog action injects --fail itself — drop the duplicate#64
hyperpolymath merged 1 commit into
mainfrom
fix/trufflehog-extra-args

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Last red on Secret Scanner after #63: the SHA-pinned trufflehog action (v3.95.6) injects --fail internally, so the repo job's extra_args: --only-verified --fail dies with flag 'fail' cannot be repeated (the old unpinned @main predated the injection). --results=verified replaces the deprecated --only-verified; fail-on-verified-findings behavior is unchanged.

🤖 Generated with Claude Code

The pinned action passes --fail internally, so repeating it in
extra_args aborts with "flag 'fail' cannot be repeated"; the @main ref
this replaced predated the injection. --results=verified also replaces
the deprecated --only-verified. Failure-on-verified-findings behavior
is unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hyperpolymath
hyperpolymath merged commit 32777ff into main Jul 2, 2026
25 of 26 checks passed
@hyperpolymath
hyperpolymath deleted the fix/trufflehog-extra-args branch July 2, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant